Avoid Readback buffer support if window_rect feature used#4
Open
RobertGarciaa wants to merge 3 commits intoArrowOS:arrow-13.1-caf-sm8350from
Open
Avoid Readback buffer support if window_rect feature used#4RobertGarciaa wants to merge 3 commits intoArrowOS:arrow-13.1-caf-sm8350from
RobertGarciaa wants to merge 3 commits intoArrowOS:arrow-13.1-caf-sm8350from
Conversation
When window rect feature is used, Display width, height returned to the client are different than actual panel width, height. This results in drmModeAtomicCommit failures due to WBC and primary panel width, height mismatch. Change-Id: Ibaca5e3ffc9c0093214eb0cab5c89d4fa0bd0d7e
Change-Id: Ia73b7674d396de434272aeedf28245e417a1e5bb
To enable Dolby Vision support in hwc, add the following to your BoardConfig.mk or BoardConfigCommon.mk SOONG_CONFIG_NAMESPACES += dolby_vision SOONG_CONFIG_dolby_vision += enabled SOONG_CONFIG_dolby_vision_enabled := true Signed-off-by: Chenyang Zhong <[email protected]> Change-Id: Ic512456847d84a1f5af64ed9fb8c38d7de4e8970
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When window rect feature is used, Display width, height returned to the client are different than actual panel width, height. This results in drmModeAtomicCommit failures due to WBC and primary panel width, height mismatch.
Change-Id: Ibaca5e3ffc9c0093214eb0cab5c89d4fa0bd0d7e